home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'Pageinfo.pas' rev: 3.00
-
- #ifndef PageinfoHPP
- #define PageinfoHPP
- #include <ExtCtrls.hpp>
- #include <StdCtrls.hpp>
- #include <Buttons.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Pageinfo
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TPageInfoDlg;
- class PASCALIMPLEMENTATION TPageInfoDlg : public Forms::TForm
- {
- typedef Forms::TForm inherited;
-
- __published:
- Stdctrls::TEdit* edPageName;
- Stdctrls::TEdit* edPageContext;
- Stdctrls::TLabel* Label1;
- Stdctrls::TLabel* Label2;
- Stdctrls::TButton* BitBtn1;
- Stdctrls::TButton* BitBtn2;
- Stdctrls::TButton* BitBtn3;
- void __fastcall OKClick(System::TObject* Sender);
- void __fastcall BitBtn3Click(System::TObject* Sender);
-
- private:
- void __fastcall SetPageName(const System::AnsiString Name);
- System::AnsiString __fastcall GetPageName(void);
- void __fastcall SetPageContext(Classes::THelpContext Context);
- Classes::THelpContext __fastcall GetPageContext(void);
-
- public:
- __property System::AnsiString PageName = {read=GetPageName, write=SetPageName};
- __property Classes::THelpContext PageContext = {read=GetPageContext, write=SetPageContext, nodefault
- };
- public:
- /* TCustomForm.Create */ __fastcall virtual TPageInfoDlg(Classes::TComponent* AOwner) : Forms::TForm(
- AOwner) { }
- /* TCustomForm.CreateNew */ __fastcall TPageInfoDlg(Classes::TComponent* AOwner, int Dummy) : Forms::
- TForm(AOwner, Dummy) { }
- /* TCustomForm.Destroy */ __fastcall virtual ~TPageInfoDlg(void) { }
-
- public:
- /* TWinControl.CreateParented */ __fastcall TPageInfoDlg(HWND ParentWindow) : Forms::TForm(ParentWindow
- ) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Pageinfo */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Pageinfo;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Pageinfo
-